'Declaration
Public Function IsBlank_4( _ ByVal ImageID As Integer, _ ByVal Confidence As Single, _ ByVal AccountForMargins As Boolean, _ ByRef ConfidenceOut As Single _ ) As Boolean
public bool IsBlank_4( int ImageID, float Confidence, bool AccountForMargins, ref float ConfidenceOut )
public function IsBlank_4( ImageID: Integer; Confidence: Single; AccountForMargins: Boolean; var ConfidenceOut: Single ): Boolean;
public function IsBlank_4( ImageID : int, Confidence : float, AccountForMargins : boolean, ConfidenceOut : float ) : boolean;
public: bool IsBlank_4( int ImageID, float Confidence, bool AccountForMargins, ref float ConfidenceOut )
public: bool IsBlank_4( int ImageID, float Confidence, bool AccountForMargins, float% ConfidenceOut )
Parameters
- ImageID
- Confidence
- AccountForMargins
- ConfidenceOut